home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 1 of 2).iso / utilities / u130.dms / u130.adf / Viacom / Makefile < prev    next >
Makefile  |  1987-08-02  |  130b  |  9 lines

  1. # :ts=8
  2. # Makefile for viacom
  3. # Leo L. Schwab            8706.6
  4.  
  5. OBJECTS =    viacom.o oddblit.o rnd.o
  6.  
  7. viacom: $(OBJECTS)
  8.     ln $(OBJECTS) -lc
  9.